FlowDepartment
Represents a workflow step for managing department-related operations.
Properties
Name | Description |
---|---|
Id | Gets or sets the ID of the department. |
Key | A unique identifier for the workflow step. |
WorkflowCodeInstance | The workflow code instance associated with the flow object. |
CachedDMObjects | The cached document management objects related to the flow object. |
TypeCode | The type code associated with the flow object. |
ValueType | Gets or sets the type of the department value. |
Description | Gets or sets the description of the department. |
Name | Name for the workflow step. |
ValueOptionIsChanged | Indicates whether the value option has been changed. |
Caption | The caption dictionary representing localized captions for the flow object. |
Code | Gets or sets the code of the department. |
Constructors
Name | Description |
---|---|
FlowDepartment(name, workflowData, workflowCodeInstance) | Constructor for the FlowDepartment class. Initializes a new instance of the FlowDepartment class. |
FlowDepartment(name, workflowData, workflowCodeInstance) | Initializes a new instance of the FlowDepartment class. |
Methods
Name | Description |
---|---|
SetFromOther(sourceDepartment) | Sets the department from another department object. |
SetFromVariable(sourceVariable) | Sets the department based on a variable. |
SetFromPosition(sourcePosition) | Sets the department based on a position. |
Initialize() | Initializes the FlowDepartment instance. |
SetConstantDepartment(department) | Sets the department as a constant using a department object. |
SetConstantDepartment(id) | Sets the department as a constant using its ID. |
SetFromFlowInitiator() | Sets the department based on the flow initiator. |
SetManagerDepartment(sourceDepartment) | Sets the manager department based on a source department. |
ToLiquid() | Converts the current object to a liquid-compatible representation. |
Events
Name | Description |
---|---|
OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |
OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
Generic Types
Name | Description |
---|---|
TProperties | Generic type of properties. |